ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Count Property

In This Topic
    Count Property (ItemCollection<T>)
    In This Topic
    Gets the number of T objects in the ItemCollection<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    An System.Int32 value indicating the number of T objects.
    See Also